DroidDiagram Programmer's Guide
NodeListView.addNodes Method (DiagramNodeList, String[])
See Also
 






Adds the specified nodes to the end of the list box.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void addNodes (
    DiagramNodeList nodes,
    String[] labels
)

 Parameters

nodes

The collection of nodes to add.

labels

The array of texts to be displayed for the nodes.

 See Also

addNodes Method Overload List
NodeListView Members
NodeListView Class
com.mindfusion.diagramming Namespace